Pass no argument to gnus-float-time rather than current-time.
authorGlenn Morris <rgm@gnu.org>
Wed, 2 Sep 2009 06:38:07 +0000 (06:38 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 2 Sep 2009 06:38:07 +0000 (06:38 +0000)
lisp/gnus/gnus-util.el

index fb2cdbce1181d42ba74c1d786d445ea9bb50ccde..bd870a2f1c84229f868e209c2aba0543c4ad819c 100644 (file)
@@ -451,7 +451,7 @@ Returns \"  ?  \" if there's bad input or if an other error occurs.
 Input should look like this: \"Sun, 14 Oct 2001 13:34:39 +0200\"."
   (condition-case ()
       (let* ((messy-date (gnus-float-time (safe-date-to-time messy-date)))
-            (now (gnus-float-time (current-time)))
+            (now (gnus-float-time))
             ;;If we don't find something suitable we'll use this one
             (my-format "%b %d '%y"))
        (let* ((difference (- now messy-date))